comment
authorJoey Hess <joeyh@joeyh.name>
Fri, 9 Sep 2022 16:39:28 +0000 (12:39 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 9 Sep 2022 16:39:28 +0000 (12:39 -0400)
doc/todo/not_ask_git_credentials_for_password_per_each_file/comment_2_2d8902e343e65a39b5a23278793ec921._comment [new file with mode: 0644]

diff --git a/doc/todo/not_ask_git_credentials_for_password_per_each_file/comment_2_2d8902e343e65a39b5a23278793ec921._comment b/doc/todo/not_ask_git_credentials_for_password_per_each_file/comment_2_2d8902e343e65a39b5a23278793ec921._comment
new file mode 100644 (file)
index 0000000..48fd1d1
--- /dev/null
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2022-09-09T16:37:04Z"
+ content="""
+Seems that the git-lfs special remote already implements something like
+this. When discovering the LFS endpoint, it checks if a credential is
+needed, and that credential is included in the endpoint, so will be used
+for all requests, and it only prompts once.
+
+So it's only the git remote when accessing annex/objects over http that
+prompts repeatedly for credentials.
+"""]]